Goto

Collaborating Authors

 deep learning research review


Deep Learning Research Review: Generative Adversarial Nets

@machinelearnbot

Starting this week, I'll be doing a new series called Deep Learning Research Review. Every couple weeks or so, I'll be summarizing and explaining research papers in specific subfields of deep learning. This week I'll begin with Generative Adversarial Networks. According to Yann LeCun, "adversarial training is the coolest thing since sliced bread". I'm inclined to believe so because I don't think sliced bread ever created this much buzz and excitement within the deep learning community.


Deep Learning Research Review: Natural Language Processing

@machinelearnbot

The traditional approach to NLP involved a lot of domain knowledge of linguistics itself. Understanding terms such as phonemes and morphemes were pretty standard as there are whole linguistic classes dedicated to their study. Let's look at how traditional NLP would try to understand the following word.


Deep Learning Research Review: Natural Language Processing

@machinelearnbot

If we had a million words (not really a lot in NLP standards), we'd have a million by million sized matrix which would be extremely sparse (lots of 0's). The basic idea behind word vector initialization techniques is that we want to store as much information as we can in this word vector while still keeping the dimensionality at a manageable scale (25 – 1000 dimensions is ideal). Formally, our function seeks to maximize the log probability of any context word given the current center word. One Sentence Summary: Word2Vec seeks to find vector representations of different words by maximizing the log probability of context words given a center word and modifying the vectors through SGD.


Deep Learning Research Review: Generative Adversarial Nets

@machinelearnbot

Starting this week, I'll be doing a new series called Deep Learning Research Review. Every couple weeks or so, I'll be summarizing and explaining research papers in specific subfields of deep learning. This week I'll begin with Generative Adversarial Networks. According to Yann LeCun, "adversarial training is the coolest thing since sliced bread". I'm inclined to believe so because I don't think sliced bread ever created this much buzz and excitement within the deep learning community.


Deep Learning Research Review: Natural Language Processing

#artificialintelligence

Natural language processing (NLP) is all about creating systems that process or "understand" language in order to perform certain tasks. The traditional approach to NLP involved a lot of domain knowledge of linguistics itself. Understanding terms such as phonemes and morphemes were pretty standard as there are whole linguistic classes dedicated to their study. Let's look at how traditional NLP would try to understand the following word. Let's say our goal is to gather some information about this word (characterize its sentiment, find its definition, etc).


Deep Learning Research Review: Reinforcement Learning

#artificialintelligence

This is the 2nd installment of a new series called Deep Learning Research Review. Every couple weeks or so, I'll be summarizing and explaining research papers in specific subfields of deep learning. This week focuses on Reinforcement Learning. Before getting into the papers, let's first talk about what reinforcement learning is. The field of machine learning can be separated into 3 main categories.


Analytics, Data Mining, and Data Science

AITopics Original Links

Poll Do you support Trump Immigration Ban (Executive Order 13769 'Protecting the Nation from Foreign Terrorist Entry into the United States' aka'A Muslim Ban') Strongly support Somewhat support Not sure Somewhat against Strongly against Current Results Latest Poll Results: The Surprising Ethics of Humans and Self-Driving Cars The Most Popular Language For Machine Learning and Data Science Is... The 10 Algorithms Machine Learning Engineers Need to Know 5 Machine Learning Projects You Can No Longer Overlook, January Pandas Cheat Sheet: Data Science and Data Wrangling in Python 50 Data Science, Machine Learning Cheat Sheets, updated Big Data and the Internet of Things don't make business smarter, Analytics and Data Science do The Most Popular Language For Machine Learning and Data Science Is... Big Data and the Internet of Things don't make business smarter, Analytics and Data Science do The Most Popular Language For Machine Learning and Data Science Is... Big Data and the Internet of Things don't make business smarter, Analytics and Data Science do 6 areas of AI and Machine Learning to watch closely Deep Learning Research Review: Natural Language Processing Deep Learning Can be Applied to Natural Language Processing Exclusive: Interview with Jeremy Howard on Deep Learning, Kaggle, Data Science, and more The Most Popular Language For Machine Learning and Data Science Is... Big Data and the Internet of Things don't make business smarter, Analytics and Data Science do


Why Deep Learning is Radically Different From Machine Learning

#artificialintelligence

There is a lot of confusion these days about Artificial Intelligence (AI), Machine Learning (ML) and Deep Learning (DL). There certainly is a massive uptick of articles about AI being a competitive game changer and that enterprises should begin to seriously explore the opportunities. The distinction between AI, ML and DL are very clear to practitioners in these fields. AI is the all encompassing umbrella that covers everything from Good Old Fashion AI (GOFAI) all the way to connectionist architectures like Deep Learning. ML is a sub-field of AI that covers anything that has to do with the study of learning algorithms by training with data.


Why Deep Learning is Radically Different From Machine Learning

#artificialintelligence

There is a lot of confusion these days about Artificial Intelligence (AI), Machine Learning (ML) and Deep Learning (DL). There certainly is a massive uptick of articles about AI being a competitive game changer and that enterprises should begin to seriously explore the opportunities. The distinction between AI, ML and DL are very clear to practitioners in these fields. AI is the all encompassing umbrella that covers everything from Good Old Fashion AI (GOFAI) all the way to connectionist architectures like Deep Learning. ML is a sub-field of AI that covers anything that has to do with the study of learning algorithms by training with data.